home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010306-20010921 / 000002_news@columbia.edu _Tue Mar 6 16:21:09 2001.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by uhaligani.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id QAA22628
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Tue, 6 Mar 2001 16:21:08 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id QAA17943
  7.     for kermit.misc@watsun.cc.columbia.edu; Tue, 6 Mar 2001 16:20:15 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@columbia.edu (Frank da Cruz)
  10. Subject: Re: New defaults for new Kermit releases
  11. Date: 6 Mar 2001 21:20:14 GMT
  12. Organization: Columbia University
  13. Message-ID: <983kae$hgl$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <983juh$nss$1@bob.news.rcn.net>,  <ddellutr@XXXenteract.com> wrote:
  17. : On 6 Mar 2001 19:20:01 GMT, Frank da Cruz <fdc@watsun.cc.columbia.edu> wrote:
  18. : > In preparing the forthcoming new Kermit releases, it occurred to me that
  19. : > we have an opportunity to modernize Kermit's treatment of serial ports,
  20. : >...
  21. : Whatever you do, please make sure that low-level control of the modem 
  22. : by the user (this is in VMS):
  23. : ...
  24. : still works.
  25. Of course.
  26.  
  27. : Also, please note that AT&F loads a factory configuration, while ATZ
  28. : loads a user stored configuration and resets the modem.
  29. All of this can vary from one modem to another, so the default generic
  30. type won't do any of this -- it will just have to assume that the modem
  31. is already configured the way the user wants it to be.
  32.  
  33. This would cause a problem only if the user said "set line" and "dial"
  34. without ever specifying a modem type, something which is currently not
  35. possible, therefore it shouldn't break anything.
  36.  
  37. - Frank